home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 500-599 / ff597.lzh / IconTools / Install Lib < prev    next >
Text File  |  1992-02-01  |  330b  |  18 lines

  1. .K ""
  2.  
  3. failat 20
  4.  
  5. version >NIL: arp.library 39 1
  6. if warn
  7.     echo "This will copy version 39.1 of the arp.library"
  8.     echo "to your LIBS: directory."
  9.     ask "OK? "
  10.     if warn
  11.         echo "Installing arp.library..."
  12.         copy libs/arp.library to LIBS: clone
  13.         echo "done."
  14.     endif
  15. else
  16.     echo "arp.library 39.1 or higher is already installed."
  17. endif
  18.